home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / HyperTalk / HyperWrite 1.1 / background_3394.txt < prev    next >
Text File  |  1988-03-21  |  1KB  |  60 lines

  1. -- background: 3394 from stack: in.1
  2. -- bmap block id: 3689
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Back
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15.  
  16. -- part 21 (field)
  17. -- low flags: 00
  18. -- high flags: 6007
  19. -- rect: left=16 top=75 right=320 bottom=432
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 3
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: loc text
  28.  
  29.  
  30. -- part 22 (field)
  31. -- low flags: 00
  32. -- high flags: 0002
  33. -- rect: left=63 top=54 right=72 bottom=386
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 3
  38. -- text size: 12
  39. -- style flags: 256
  40. -- line height: 16
  41. -- part name: loc title
  42.  
  43.  
  44. -- part 23 (field)
  45. -- low flags: 81
  46. -- high flags: 0004
  47. -- rect: left=54 top=82 right=107 bottom=396
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 3
  52. -- text size: 14
  53. -- style flags: 256
  54. -- line height: 18
  55. -- part name: Count Field
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   hide field "Count Field"
  59. end mouseUp
  60.